Graphics.DrawObject Method

Draw the passed Object2D object. The optional parameters X and Y are offsets from the top-left corner of the Graphics object.

Syntax

Graphics.DrawObject Object, [x], [y]


Parameters

Object

Object2D

x (Optional)

Integer

y (Optional)

Integer